Release 2016.14
authorColin Walters <walters@verbum.org>
Wed, 23 Nov 2016 15:42:39 +0000 (10:42 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 23 Nov 2016 16:20:49 +0000 (16:20 +0000)
Closes: #593
Approved by: jlebon

configure.ac
src/libostree/libostree.sym

index ffa86295690c5f6b8105276d32e7a37a7e28a751..cb1cc9808612aea7b0705800ce294103b422ae14 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 dnl If incrementing the version here, remember to update libostree.sym too
-AC_INIT([ostree], [2016.13], [walters@verbum.org])
+AC_INIT([ostree], [2016.14], [walters@verbum.org])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index ed382fe500f0809850de8e0fa29d3f98b6c091bb..0540cba679868bb72cc0e5931386f68f298b48c2 100644 (file)
@@ -359,22 +359,28 @@ global:
 /* No new symbols in 2016.12 */
 /* No new symbols in 2016.13 */
 
+LIBOSTREE_2016.14 {
+global:
+       ostree_repo_verify_commit_for_remote;
+} LIBOSTREE_2016.8;
+
 /*                         NOTE NOTE NOTE
  * Versions above here are released.  Only add symbols below this line.
  *                         NOTE NOTE NOTE
  */
 
-LIBOSTREE_2016.14 {
+/* Remove comment when first new symbol is added
+LIBOSTREE_2016.XX {
 global:
-       ostree_repo_verify_commit_for_remote;
-} LIBOSTREE_2016.8;
-
-/* Section for the stable release *after* this development one; don't
- * edit this other than to update the last number. */
+       someostree_symbol_deleteme;
+} LIBOSTREE_2016.14;
+*/
 
-/* Remove comment when first new symbol is added, replace XX with new stable version.
+/* Stub section for the stable release *after* this development one; don't
+ * edit this other than to update the last number.  This is just a copy/paste
+ * source.
 LIBOSTREE_2016.XX {
 global:
        someostree_symbol_deleteme;
 } LIBOSTREE_2016.14;
- * Remove comment when first new symbol is added */
+*/